DisplayType Property (AddressEntry Object)
The DisplayType
property returns the type of the address entry. This property enables special
processing based on the type, such as displaying an icon associated with that type.
Read-only.
Syntax
objAddressEntry.DisplayType
Data Type
Long
Remarks
You can use
the display type to sort or to filter address entries.
The following
values are defined:
Displaytype
value |
Description |
mapiUser |
Local user |
mapiDistList |
Distribution
list |
mapiForum |
Public
folder |
mapiAgent |
Agent |
mapiOrganization |
Organization |
mapiPrivateDistList |
Private
distribution list |
mapiRemoteUser |
Remote user |
See Also
Add Method (Recipients Collection)